@import "../util/util.css";

.aboutUs__section {
  padding-left: var(--padding-xxxl);
  padding-right: var(--padding-xxxl);
  margin-top: 8rem;
  margin-bottom: 3rem;
}
.aboutUs__section__heading {
  font-size: var(--font-sm);
  text-transform: capitalize;
  font-weight: 700;
}

.aboutUs__section__second__row {
  background-color: rgba(128, 128, 128, 0.048);
  padding: 4rem 8%;
}
.aboutUs__section__left__subheading {
  font-weight: 700;
  font-size: var(--font-xxl);
  line-height: var(--line-height-xxl);
}
.aboutUs__section__right__heading {
  font-weight: 600;
  font-size: 24px;
  line-height: var(--line-height-md);
  color: var(--primary--background);
  margin-top: var(--margin-xl);
}

.aboutUs__section__right__logohead {
  letter-spacing: 1px;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 10%;
  line-height: var(--line-height-md);
  color: rgba(145, 145, 145, 0.664);
  margin-top: var(--margin-xl);
}
.aboutUs__section__right__subheading {
  font-weight: 400;
  font-size: var(--font-xs);
  line-height: var(--line-height-sm);
  margin-top: var(--margin-md);
  color: #808080;
}
.aboutUs__section__left__overlay {
  position: relative;
  width: 50%;
}

/* firefox */
@-moz-document url-prefix() {
  .aboutUs__section__left__iframe__overlay {
    display: none;
  }
}
.aboutUs__section__left__iframe__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 400px;
  width: 550px;
  opacity: 0;
  transition: all ease-in 0.5s;
  background-color: var(--primary--element);
}
.aboutUs__section__left__iframe__overlay:hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  height: 400px;
  width: 550px;
  opacity: 0;
  transition: all ease-in 0.5s;
  background-color: var(--primary--element);
}
.aboutUs__section__left__overlay:hover
  .aboutUs__section__left__iframe__overlay {
  transition: all ease-in 0.5s;
  display: none;
}

.aboutUs__section__left__iframe {
  width: 550px;
  height: 400px;
  display: block;
}
.aboutUs__section__second__right__heading {
  font-style: italic;
  font-size: var(--font-md);
  text-transform: capitalize;
  line-height: var(--line-height-lg);
  font-weight: 500;
}
.aboutUs__section__col-5 {
  margin-top: var(--margin-md);
}
.aboutUs__section__second__row {
  margin-top: var(--margin-md);
  margin-bottom: var(--margin-xxl);
}
.aboutUs__section__col-5 {
  margin-left: var(--margin-xl);
}
.aboutUs__section__second__right__hr {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutUs__section__second__right__hr span {
  background: #fff;
  margin: 0 15px;
}
.aboutUs__section__second__right__hr:before {
  background: black;
  height: 2px;
  flex: 1;
  content: "";
}
.aboutUs__section__second__right__highlight {
  color: #00dacb;
  font-weight: 600;
}
.logo_all {
  width: 100%;
  height: 60%;
}

.logo1 {
  width: 90%;
  height: 50%;
}

.logo2 {
  width: 80%;
  height: 45%;
}

.logo3 {
  width: 60%;
  height: 55%;
}
